home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / guardian_angel.swf / scripts / DefineSprite_378 / frame_3 / DoAction.as
Text File  |  2011-08-19  |  195b  |  13 lines

  1. wait += "1";
  2. if("10" < wait)
  3. {
  4.    set("/:level",eval("/:level") + "1");
  5.    tellTarget("../")
  6.    {
  7.       gotoAndStop("through");
  8.       play();
  9.    }
  10.    wait = "0";
  11.    gotoAndStop(1);
  12. }
  13.